.RESET_SESSION

The .RESET_SESSION command resets much of the state of an IDL session without requiring the user to exit and restart the IDL session. After the reset is complete, the startup file, if one is specified, is run.

The command performs the following actions in the reset:

The command does not do the following:

Note: .RESET_SESSION is an executive command. Executive commands can only be used at the IDL command prompt, not in programs.

Syntax

.RESET_SESSION

Version History

7.0

Breakpoints are no longer cleared.

See Also

.FULL_RESET_SESSION